home *** CD-ROM | disk | FTP | other *** search
- object AboutForm: TAboutForm
- Left = 768
- Top = 494
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 269
- ClientWidth = 329
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 14
- object Label2: TLabel
- Left = 164
- Top = 144
- Width = 153
- Height = 14
- Caption = 'Copyright (c) 2004-2005 by'
- end
- object LogoImage: TImage
- Left = 100
- Top = 160
- Width = 220
- Height = 44
- Cursor = crHandPoint
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- OnClick = LogoImageClick
- end
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 325
- Height = 61
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object VerLbl: TLabel
- Left = 254
- Top = 60
- Width = 62
- Height = 14
- Caption = 'Version 1.1'
- end
- object UserNameLabel: TLabel
- Left = 4
- Top = 104
- Width = 312
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'UserName'
- Color = clBtnFace
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Label3: TLabel
- Left = 232
- Top = 88
- Width = 84
- Height = 16
- Caption = 'Registered to:'
- Color = clBtnFace
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object OkButton: TButton
- Left = 246
- Top = 231
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object BuyButton: TButton
- Left = 8
- Top = 231
- Width = 81
- Height = 25
- Caption = 'Buy Now!'
- TabOrder = 1
- OnClick = BuyButtonClick
- end
- end
-